home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / qbrv1_2.zip / README.DOC < prev    next >
Text File  |  1991-11-22  |  2KB  |  57 lines

  1.  
  2.  
  3.  
  4.                                    READ THIS FIRST
  5.  
  6.           The Quick BASIC Renumber Utility has been designed to help you
  7.           better manage large BASIC source files.  It allows you to
  8.           renumber any section of a BASIC program, insert line numbers
  9.           where needed, remove line numbers where not needed, and renumber
  10.           $INCLUDED source files.
  11.  
  12.  
  13.           --------- Demonstration Batch File (QBRDEMO.BAT)
  14.  
  15.           The QBRDEMO.BAT batch file demonstrates some of the capabilities
  16.           of the QBRENUM.COM program.  This batch file requires the
  17.           presence of the following files on the default directory:
  18.  
  19.                * QBRENUM.COM            * SAMPLE.BAS
  20.                * LINEFEED.COM           * SAMPLE2.BAS
  21.                * QBRSS.COM              * QBRASK.EXE
  22.  
  23.           It demonstrates each of the options supported by the Quick BASIC
  24.           Renumber Utility.  Please run QBRDEMO to get a better
  25.           understanding of what the renumber utility does.
  26.  
  27.  
  28.           --------- .RNM Output Files
  29.  
  30.           Each invocation of the QBRENUM program, barring an error
  31.           condition, causes the creation of one or more "basename".RNM
  32.           files.  QBRENUM makes no changes in the source files.
  33.  
  34.           Please examine the output .RNM files carefully before copying the
  35.           them to your existing "basename".BAS files.  For example, in the
  36.           event there are undefined line references in the input source
  37.           file, QBRENUM not only displays error messages, but also inserts
  38.           the string "<u>" immediately before the undefined line reference
  39.           in the output .RNM file.  You will then be responsible for making
  40.           the appropriate line number assignments.
  41.  
  42.  
  43.           --------- Miscellaneous Notes
  44.  
  45.           Always back-up your source files before changing them with the
  46.           copy command.
  47.  
  48.           If you use the /M option on the QBRENUM command line, please
  49.           study the section in the documentation devoted to that option.
  50.  
  51.           To get a list of the available options, invoke QBRENUM with no
  52.           parameters.
  53.  
  54.           Finally, please write me if you have any questions, or would like
  55.           to register your copy of QBRENUM.
  56.  
  57.